/* $Id: Imakefile,v 1.2 2001/01/31 20:06:56 gjertsen Exp $ */

IRULESRC = $(DESTDIR)/config

DIRS =	$(DESTDIR) \
	$(DESTDIR)/shark \
	$(DESTDIR)/shark/config \
	$(DESTDIR)/include \
	$(DESTDIR)/lib \
	$(DESTDIR)/bin \
MkdirTarget($(DIRS))

InstallFiles(site.mcr imake.tmpl, $(INSTINCFLAGS), $(DESTDIR)/shark/config)

config2:: install.ti
	InstallFileToFile(depend.sh, $(INSTSHELLFLAGS), $(DESTDIR)/bin)

/* Copy up the old site.mcr to this level from the config subdirectory */
install.ti:: site.mcr

install.ti:: ../makefile
